API

Aşağı kısımdan api ile ilgili detaylara ulaşabilirsin.

API

HTTP Method POST
API URL https://yıldızpanel.store/api/v2
API Key Api keyini hesabım sayfasından alabilirsin
Response Format Json

Service List

PARAMETERS DESCRIPTION
key Your Api Key
action services
Example Response
[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false
    }
]

Add Order

PARAMETERS DESCRIPTION
key Your Api Key
action add
service Service ID
Example Response
{
    "order": 25500
}

Order Status

PARAMETERS DESCRIPTION
key Your Api Key
action status
order Order ID
Example Response
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Processing",
    "remains": "157",
    "currency": "TRY"
}

Create Reffil

PARAMETERS DESCRIPTION
key Your Api Key
action refill
order Order ID
Example Response
{
    "refill": "1"
}

Get Reffil Status

PARAMETERS DESCRIPTION
key Your Api Key
action refill_status
refill Refill ID
Example Response
{
    "status": "Completed"
}

Get User Balance

PARAMETERS DESCRIPTION
key Your Api Key
action balance
Example Response
{
    "balance": "100.84292",
    "currency": "TRY"
}